BASE64 encoding algorithm of Android Data encryption preface:In front of the study summed up the usual development encountered in various data encryption methods, the end will be encrypted binary data Base64 encoding, play a two times the effect of
Objective:In front of the study summed up the usual development encountered in various data encryption methods, the end will be encrypted binary data Base64 encoding, play a two times the effect of encryption, in fact, Base64 from the strict sense
Statement: This article is intended for technical exchanges and is not intended for the "square" (the new version of the square educational administration system password processing method has also changed, just use this as an introduction ......)!
The previous study summed up the usual development of the various data encryption methods, the final will be encrypted binary data for BASE64 encoding, played a two times encryption effect, in fact, Base64 from the strict sense is not a
Brief introductionFeatures: RFC 3548:base16, BASE32, Base64 data encoding. Converts the binary data to an ASCII sequence that is suitable for plaintext protocol transmission. Transformation8bits contains valid data for 6, 5, or 4bits for each byte,
What is base64?
According to rfc2045, base64 is defined as base64 content Transfer Encoding. It is designed to describe the 8-bit bytes of any sequence as a form that is not easily recognized by people. (The base64 content-transfer-encoding is
I bet when you see the word base64, you will think where you have seen it, because you can see this article online.
Article You have already used it in the background. If you know something about the binary number, you can start to read it.
Base64 is one of the most common encoding methods for transmitting 8Bit bytes of code on the network, and you can view rfc2045~rfc2049, which has a detailed specification of MIME. BASE64 encoding can be used to pass longer identity information in an
Base64 encoding is a commonly used encoding method in program development. It is a representation of binary data based on 64 printable characters. It is usually used to store and transmit binary data encoding methods! It is also a common MIME (multi-
BASE64 encoding and decoding, BASE64 encoding and decoding
Dependent jar: import org. apache. commons. codec. binary. Base64;
BASE64 and other similar Encoding algorithms are usually used to convert binary data into text data to simplify storage or
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.